From: Kenichi Handa Date: Sun, 28 Sep 2003 23:30:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25397 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=25275c5a171e6f9336a352b04f0e9b10e70acadd;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 860a4ff44e0..f40fd039a42 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2003-09-28 Kenichi Handa + + * descr-text.el (describe-char-display): New function. + (describe-char): Pay attention to display table on describing how + a character is displayed. + + * international/mule-cmds.el (encoded-string-description): Prepend + "0x" to each encoded byte. + 2003-09-28 Andreas Schwab * find-file.el (ff-special-constructs): Add autoload cookie. diff --git a/src/ChangeLog b/src/ChangeLog index a06ceadfc9f..2ad75154e69 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2003-09-28 Kenichi Handa + + * fontset.c (Finternal_char_font): Change return value to + cons (FONT-NAME . GLYPH-CODE). + 2003-09-28 Eli Zaretskii * term.c (tty_setup_colors): Treat any negative argument as -1.